projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595ab6b
)
(winner-mode): Doc fix.
author
Dave Love
<fx@gnu.org>
Tue, 27 Apr 1999 18:48:11 +0000
(18:48 +0000)
committer
Dave Love
<fx@gnu.org>
Tue, 27 Apr 1999 18:48:11 +0000
(18:48 +0000)
lisp/winner.el
patch
|
blob
|
history
diff --git
a/lisp/winner.el
b/lisp/winner.el
index 6f07d5bf4510b2046a59baa20a593b8314786072..985193a4612b02d788dce8644f03ed2945138849 100644
(file)
--- a/
lisp/winner.el
+++ b/
lisp/winner.el
@@
-55,8
+55,8
@@
;;;###autoload
(defcustom winner-mode nil
"Toggle winner-mode.
-This variable should be set only with \\[customize], which is equivalent
-
to using
the function `winner-mode'."
+Setting this variable directly does not take effect;
+
use either \\[customize] or
the function `winner-mode'."
:set #'(lambda (symbol value)
(winner-mode (or value 0)))
:initialize 'custom-initialize-default